BCGControlBar Library for .NET
IndexToDockEdge(Int32,DockEdge[]) Method




An index of the dock edge to get from array.
An array of dock edges.
Gets a dock edge by a specified index from a specified dock edge array.
Syntax
'Declaration
 
Public Overloads Shared Function IndexToDockEdge( _
   ByVal i As Integer, _
   ByVal EdgeMap() As DockEdge _
) As DockEdge
'Usage
 
Dim i As Integer
Dim EdgeMap() As DockEdge
Dim value As DockEdge
 
value = GlobalUtils.IndexToDockEdge(i, EdgeMap)
public static DockEdge IndexToDockEdge( 
   int i,
   DockEdge[] EdgeMap
)
public: static DockEdge IndexToDockEdge( 
   int i,
   DockEdge[]* EdgeMap
) 
public:
static DockEdge IndexToDockEdge( 
   int i,
   array<DockEdge>^ EdgeMap
) 

Parameters

i
An index of the dock edge to get from array.
EdgeMap
An array of dock edges.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GlobalUtils Class
GlobalUtils Members
Overload List

Send Feedback